home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / alien_invasion.swf / scripts / DefineSprite_51 / frame_1 / DoAction.as
Text File  |  2005-01-07  |  324b  |  11 lines

  1. thisX = getProperty("/bullet4", _X);
  2. thisY = getProperty("/bullet4", _Y);
  3. spX = getProperty("/bullet5", _X);
  4. spY = getProperty("/bullet5", _Y);
  5. difX = thisX - spX;
  6. difY = thisY - spY;
  7. xStp = difX / "1.2";
  8. yStp = difY / "1.2";
  9. setProperty("/bullet5", _X, spX + xStp);
  10. setProperty("/bullet5", _Y, spY + yStp - "5");
  11.